home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / 1435B.ZIP / CMDS.DOC < prev    next >
Text File  |  1988-02-26  |  83KB  |  1,717 lines

  1. Alphabetical List of Commands and Variables
  2.  
  3. :entry "prefix-1" "Command"
  4. This reads the next character and runs a command based on the  charac-
  5. ter typed.  If you wait for more than a second or so before typing the
  6. next character, the message "ESC" will be printed on the message  line
  7. to remind you that JOVE is waiting for another character.
  8.  
  9. :entry "prefix-2" "Command"
  10. This reads the next character and runs a command based on the  charac-
  11. ter  typed.   If  you  wait for more than a second or so before typing
  12. another character, the message "C-X" will be printed  on  the  message
  13. line to remind you that JOVE is waiting for another character.
  14.  
  15. :entry "prefix-3" "Command"
  16. This reads the next character and runs a command based on the  charac-
  17. ter typed.  If you wait for more than a second or so before typing the
  18. next character, the character that invoked Prefix-3 will be printed on
  19. the message line to remind you that JOVE is waiting for another one.
  20.  
  21. :entry "abort-char" "Variable"
  22. This variable defines JOVE'S abort characer.  When the abort character
  23. is  typed,  the current JOVE command is aborted.  The default value is
  24. C-G.
  25.  
  26. :entry "add-lisp-special" "Command"
  27. This command is to tell JOVE what identifiers require special indenta-
  28. tion  in  lisp mode.  Lisp functions like defun and let are two of the
  29. default functions that get treated specially.  This is just  a  kludge
  30. to define some of your own.  It prompts for the function name.
  31.  
  32. :entry "allow-^S-and-^Q" "Variable"
  33. This variable, when set, tells JOVE that your terminal does  not  need
  34. to  use  the  characters  C-S and C-Q for flow control, and that it is
  35. okay to bind things to them.  This variable should  be  set  depending
  36. upon what kind of terminal you have.
  37.  
  38. :entry "allow-bad-filenames" "Variable"
  39. If set, this variable permits filenames to  contain  "bad"  characters
  40. such as those from the set *&%!"`[]{}.  These files are harder to deal
  41. with, because the characters mean something to the shell.  The default
  42. value is "off".
  43.  
  44. :entry "ansi-codes" "Command"
  45. When bound to "ESC [" this makes the arrow  keys,  and  various  other
  46. keys  on vt100-like terminals do the right thing.  For example, the up
  47. arrow key will move to the previous line.
  48.  
  49. :entry "append-region" "Command"
  50. This appends the region to a specified file.  If the file does not al-
  51. ready exist it is created.
  52.  
  53. :entry "apropos" "Command"
  54. This types out all the commands, variables and macros with the specif-
  55. ic  keyword  in their names.  For each command and macro that contains
  56. the string, the key sequence that can be used to execute  the  command
  57. or  macro  is  printed;  with variables, the current value is printed.
  58. So, to find all the commands that are related to windows, you type
  59.  
  60.      ESC X apropos window<Return>
  61.  
  62.  
  63. :entry "auto-case-abbrev" "Variable"
  64. When this variable is on (the default), word abbreviations are adjust-
  65. ed  for case automatically.  For example, if "jove" were the abbrevia-
  66. tion for "jonathan's own version of emacs", then typing  "jove"  would
  67. give  you  "jonathan's own version of emacs", typing "Jove" would give
  68. you "Jonathan's own version of emacs", and typing  "JOVE"  would  give
  69. you  "Jonathan's  Own Version of Emacs".  When this variable is "off",
  70. upper and lower case are distinguished when looking for the  abbrevia-
  71. tion,  i.e.,  in the example above, "JOVE" and "Jove" would not be ex-
  72. panded unless they were defined separately.
  73.  
  74. :entry "auto-execute-command" "Command"
  75. This tells JOVE to execute a command automatically when a  file  whose
  76. name  matches  a  specified pattern is visited.  The first argument is
  77. the command you want executed and the second is a  regular  expression
  78. pattern that specifies the files that apply.  For example, if you want
  79. to be in show-match-mode when you edit C source files (that is,  files
  80. that end with ".c" or ".h") you can type
  81.  
  82.      ESC X auto-execute-command show-match-mode .*.[ch]$
  83.  
  84.  
  85. :entry "auto-execute-macro" "Command"
  86. This is like "auto-execute-command" except you use it to execute  mac-
  87. ros automatically instead of built-in commands.
  88.  
  89. :entry "auto-fill-mode" "Command"
  90. This turns on Auto Fill mode (or off if  it's  currently  on)  in  the
  91. selected  buffer.   When  JOVE  is  in Auto Fill mode it automatically
  92. breaks lines for you when you reach the right margin so you don't have
  93. to  remember  to hit Return.  JOVE uses 78 as the right margin but you
  94. can change that by setting  the  variable  "right-margin"  to  another
  95. value.  See the "set" command to learn how to do this.
  96.  
  97. :entry "auto-indent-mode" "Command"
  98. This turns on Auto Indent mode (or off if it's currently  on)  in  the
  99. selected buffer.  When JOVE is in Auto Indent mode, Return indents the
  100. new line to the same position as the line you were just on.   This  is
  101. useful  for  lining up C code (or any other language (but what else is
  102. there besides C?)).  This is out of date because of  the  new  command
  103. called  "newline-and-indent"  but  it  remains because of several "re-
  104. quests" on the part of, uh, enthusiastic and excitable users, that  it
  105. be left as it is.
  106.  
  107. :entry "background-color" "Variable"
  108. This specifies the background color of the screen (PC  version  only).
  109. The default value is 0, which stands for black.
  110.  
  111. :entry "backward-character" "Command"
  112. This moves point backward over a single character.  If point is at the
  113. beginning of the line it moves to the end of the previous line.
  114.  
  115. :entry "backward-list" "Command"
  116. This moves backward over a list as opposed to  an  s-expression.   The
  117. difference between this and "backward-s-expression" is that this first
  118. searchs for a ")" and then moves to the matching "(".  This is  useful
  119. when you're trying to find unmatched parens in a program.
  120.  
  121. :entry "backward-paragraph" "Command"
  122. This moves point backward to the beginning of the current or  previous
  123. paragraph.   Paragraphs  are bounded by lines that begin with a Period
  124. or Tab, or by blank lines; a change in indentation may also  signal  a
  125. break  between paragraphs, except that JOVE allows the first line of a
  126. paragraph to be indented differently from the other lines.
  127.  
  128. :entry "backward-s-expression" "Command"
  129. This moves point backward  over  a  s-expression.   It  is  just  like
  130. "forward-s-expression" with a negative argument.
  131.  
  132. :entry "backward-sentence" "Command"
  133. This moves point backward to the beginning of the current or  previous
  134. sentence.   JOVE  considers the end of a sentence to be the characters
  135. ".", "!" or "?" followed by a Return or by one or more spaces.
  136.  
  137. :entry "backward-up-list" "Command"
  138. This is similar to "backward-s-expression" except it backs up and  OUT
  139. of  the  enclosing s-expression.  In other words, it moves backward to
  140. the "(" that would match a ")" if you were to type it right then.
  141.  
  142. :entry "backward-word" "Command"
  143. This moves point backward to the beginning of the current or  previous
  144. word.
  145.  
  146. :entry "bad-filename-extensions" "Variable"
  147. This contains a list of words separated by spaces which are to be con-
  148. sidered  bad  filename  extensions,  and  so  will  not  be counted in
  149. filename completion.  The default is ".o" so if you  have  jove.c  and
  150. jove.o  in  the  same directory, the filename completion will not com-
  151. plain of an ambiguity because it will ignore jove.o.
  152.  
  153. :entry "begin-kbd-macro" "Command"
  154. This starts defining the keyboard macro by remembering  all  your  key
  155. strokes until you execute "end-kbd-macro," by typing "C-X )".  Because
  156. of a bug in JOVE you shouldn't terminate the macro by  typing  "ESC  X
  157. end-kbd-macro";  "end-kbd-macro"  must be bound to "C-X )" in order to
  158. make things work correctly.  To execute the remembered key strokes you
  159. type  "C-X  E"  which runs the "execute-kbd-macro" command.  Sometimes
  160. you may want a macro to accept different input each time it runs.   To
  161. see how to do this, see the "make-macro-interactive" command.
  162.  
  163. :entry "beginning-of-file" "Command"
  164. This moves point backward to the beginning of the buffer.  This  some-
  165. times  prints  the  "Point  Pushed" message.  If the top of the buffer
  166. isn't on the screen JOVE will set the mark so you can go back to where
  167. you were if you want.
  168.  
  169. :entry "beginning-of-line" "Command"
  170. This moves point to the beginning of the current line.
  171.  
  172. :entry "beginning-of-window" "Command"
  173. This moves point to the beginning of the current window.  The sequence
  174. "ESC  ," is the same as "ESC <" (beginning of file) except without the
  175. shift key on the "<", and can thus can easily be remembered.
  176.  
  177. :entry "bind-macro-to-key" "Command"
  178. This is like "bind-to-key" except you use it to attach keys  to  named
  179. macros.
  180.  
  181. :entry "bind-macro-to-word-abbrev" "Command"
  182. This command allows you to bind a macro to a previously  defined  word
  183. abbreviation.   Whenever  you  type the abbreviation, it will first be
  184. expanded as an abbreviation, and then  the  macro  will  be  executed.
  185. Note  that  if  the  macro moves around, you should set the mark first
  186. (C-@) and then exchange the point and mark last (C-X C-X).
  187.  
  188. :entry "bind-to-key" "Command"
  189. This attaches a key to an internal JOVE command so that future hits on
  190. that  key  invoke  that command.  For example, to make "C-W" erase the
  191. previous word, you type "ESC X bind-to-key kill-previous-word C-W".
  192.  
  193. :entry "buffer-position" "Command"
  194. This displays the current file name, current line number, total number
  195. of  lines, percentage of the way through the file, and the position of
  196. the cursor in the current line.
  197.  
  198. :entry "c-indentation-increment" "Variable"
  199. This variable is not currently used.
  200.  
  201. :entry "c-mode" "Command"
  202. This turns on C mode in the currently selected buffer.  This is one of
  203. currently  four  possible  major  modes:   Fundamental, Text, C, Lisp.
  204. When in C or Lisp mode, Tab, "}", and ")" behave a little  differently
  205. from  usual:  They  are  indented to the "right" place for C (or Lisp)
  206. programs.  In JOVE, the "right" place is simply  the  way  the  author
  207. likes it (but I've got good taste).
  208.  
  209. :entry "case-character-capitalize" "Command"
  210. This capitalizes the character after point, i.e., the character  under
  211. the  cursor.   If a negative argument is supplied that many characters
  212. "before" point are upper cased.
  213.  
  214. :entry "case-ignore-search" "Variable"
  215. This variable, when set, tells JOVE to treat upper and lower  case  as
  216. the  same  when  searching.   Thus  "jove" and "JOVE" would match, and
  217. "JoVe" would match either.  The default  value  of  this  variable  is
  218. "off".
  219.  
  220. :entry "case-region-lower" "Command"
  221. This changes all the upper case letters in the region to  their  lower
  222. case equivalent.
  223.  
  224. :entry "case-region-upper" "Command"
  225. This changes all the lower case letters in the region to  their  upper
  226. case equivalent.
  227.  
  228. :entry "case-word-capitalize" "Command"
  229. This capitalizes the current word by making the current  letter  upper
  230. case  and  making  the rest of the word lower case.  Point is moved to
  231. the end of the word.  If point is not positioned on a word it is first
  232. moved  forward to the beginning of the next word.  If a negative argu-
  233. ment is supplied that many words "before" point are capitalized.  This
  234. is  useful  for  correcting the word just typed without having to move
  235. point to the beginning of the word yourself.
  236.  
  237. :entry "case-word-lower" "Command"
  238. This lower-cases the current word and leaves point at the end  of  it.
  239. If point is in the middle of a word the rest of the word is converted.
  240. If point is not in a word it is first moved forward to  the  beginning
  241. of  the next word.  If a negative argument is supplied that many words
  242. "before" point are converted  to  lower  case.   This  is  useful  for
  243. correcting the word just typed without having to move point to the be-
  244. ginning of the word yourself.
  245.  
  246. :entry "case-word-upper" "Command"
  247. This upper-cases the current word and leaves point at the end  of  it.
  248. If point is in the middle of a word the rest of the word is converted.
  249. If point is not in a word it is first moved forward to  the  beginning
  250. of  the next word.  If a negative argument is supplied that many words
  251. "before" point are converted  to  upper  case.   This  is  useful  for
  252. correcting the word just typed without having to move point to the be-
  253. ginning of the word yourself.
  254.  
  255. :entry "cd" "Command"
  256. This changes the current directory.
  257.  
  258. :entry "character-to-octal-insert" "Command"
  259. This inserts a Back-slash followed by the  ascii  value  of  the  next
  260. character typed.  For example, "C-G" inserts the string "\007".
  261.  
  262. :entry "clear-and-redraw" "Command"
  263. This clears the entire screen and redraws all the windows.   Use  this
  264. when JOVE gets confused about what's on the screen, or when the screen
  265. gets filled with garbage characters or output from another program.
  266.  
  267. :entry "comment-format" "Variable"
  268. This variable tells JOVE how to format your comments when you run  the
  269. command "fill-comment." Its format is this:
  270.  
  271.      <open pattern>%!<line header>%c<line trailer>%!<close pattern>
  272.  
  273. The %!, %c, and %! must appear in the format; everything else  is  op-
  274. tional.  A newline (represented by %n) may appear in the open or close
  275. patterns.  %% is the representation for %.  The default comment format
  276. is for C comments.  See "fill-comment" for more.
  277.  
  278. :entry "compile-it" "Command"
  279. This compiles your program by running the UNIX command "make"  into  a
  280. buffer,  and automatically parsing the error messages that are created
  281. (if any).  See the "parse-errors" command.  To  compile  a  C  program
  282. without  "make",  use "C-U C-X C-E" and JOVE will prompt for a command
  283. to run instead of make.  (And then the command you  type  will  become
  284. the default command.)  You can use this to parse the output from the C
  285. compiler or the "grep" or "lint" programs.   See  also  "error-format-
  286. string" to make it possible to parse errors of a different format.
  287.  
  288. :entry "continue-process" "Command"
  289. This sends SIGCONT to the current interactive process, "if"  the  pro-
  290. cess is currently stopped.
  291.  
  292. :entry "copy-region" "Command"
  293. This takes all the text in the region and copies it onto the kill ring
  294. buffer.   This  is  just  like  running  "kill-region" followed by the
  295. "yank" command.  See the "kill-region" and "yank" commands.
  296.  
  297. :entry "current-error" "Command"
  298. This moves to the current error in the list of parsed errors.  See the
  299. "next-error"  and "previous-error" commands for more detailed informa-
  300. tion.
  301.  
  302. :entry "date" "Command"
  303. This prints the date on the message line.
  304.  
  305. :entry "define-global-word-abbrev" "Command"
  306. This defines a global abbreviation.
  307.  
  308. :entry "define-macro" "Command"
  309. This provides a different mechanism for defining keyboard macros.  In-
  310. stead  of  gathering  keystrokes  and storing them into the "keyboard-
  311. macro" (which is how "start-kbd-macro" works), "define-macro"  prompts
  312. for  a macro name (terminated with Space, or Newline) and then for the
  313. actual macro body.  If you wish to specify control characters  in  the
  314. macro,  you may simply insert them (using the "quoted-insert" command)
  315. or by inserting the character '^' followed by the  appropriate  letter
  316. for  that character (e.g., ^A would be the two characters '^' followed
  317. by 'A').  You may use Back-slash to prevent the '^' from being  inter-
  318. preted  as  part of a control character when you really wish to insert
  319. one (e.g., a macro body "\^foo" would insert the  string  "^foo"  into
  320. the buffer, whereas the body "^foo" would be the same as typing ^F and
  321. then inserting the string "oo").  See  "write-macros-to-file"  to  see
  322. how to save macros.
  323.  
  324. :entry "define-mode-word-abbrev" "Command"
  325. This defines a mode-specific abbreviation.
  326.  
  327. :entry "delete-blank-lines" "Command"
  328. This deletes all the blank lines around point.  This  is  useful  when
  329. you previously opened many lines with "C-O" and now wish to delete the
  330. unused ones.
  331.  
  332. :entry "delete-buffer" "Command"
  333. This deletes a buffer and frees up all the memory associated with  it.
  334. Be  careful(!)  -  once  a buffer has been deleted it is gone forever.
  335. JOVE will ask you to confirm if you try to delete a buffer that  needs
  336. saving.   This  command  is  useful for when JOVE runs out of space to
  337. store new buffers.
  338.  
  339. :entry "delete-current-window" "Command"
  340. This deletes the current window  and  moves  point  into  one  of  the
  341. remaining  ones.   It  is an error to try to delete the only remaining
  342. window.
  343.  
  344. :entry "delete-macro" "Command"
  345. This deletes a macro from the list of named macros.  It is an error to
  346. delete  the keyboard-macro.  Once the macro is deleted it is gone for-
  347. ever.  If you are about to save macros to a file and decide you  don't
  348. want to save a particular one, delete it.
  349.  
  350. :entry "delete-next-character" "Command"
  351. This deletes the character that's just after point (that is, the char-
  352. acter  under  the cursor).  If point is at the end of a line, the line
  353. separator is deleted and the next line is joined with the current one.
  354.  
  355. :entry "delete-other-windows" "Command"
  356. This deletes all the other windows except the current one.   This  can
  357. be thought of as going back into One Window mode.
  358.  
  359. :entry "delete-previous-character" "Command"
  360. This deletes the character that's just  before  point  (that  is,  the
  361. character  before  the  cursor).   If point is at the beginning of the
  362. line, the line separator is deleted and that line is joined  with  the
  363. previous one.
  364.  
  365. :entry "delete-white-space" "Command"
  366. This deletes all the Tabs and Spaces around point.
  367.  
  368. :entry "describe-bindings" "Command"
  369. This types out a list containing each bound key and the  command  that
  370. gets  invoked  every  time that key is typed.  To make a wall chart of
  371. JOVE commands, set "send-typeout-to-buffer"  to  "on"  and  JOVE  will
  372. store  the  key  bindings in a buffer which you can save to a file and
  373. then print.
  374.  
  375. :entry "describe-command" "Command"
  376. This prints some info on a specified command.
  377.  
  378. :entry "describe-key" "Command"
  379. This waits for you to type a key and then tells the name of  the  com-
  380. mand  that gets invoked every time that key is hit.  Once you have the
  381. name of the command you can use the "describe-command" command to find
  382. out exactly what it does.
  383.  
  384. :entry "describe-variable" "Command"
  385. This prints some info on a specified variable.
  386.  
  387. :entry "digit" "Command"
  388. This reads a numeric argument.  When you  type  "ESC"  followed  by  a
  389. number,  "digit"  keeps reading numbers until you type some other com-
  390. mand.  Then that command is executes with  the  numeric  argument  you
  391. specified.
  392.  
  393. :entry "digit-1" "Command"
  394. This pretends you typed "ESC 1".  This is useful  for  terminals  that
  395. have  keypads  that  send  special  sequences for numbers typed on the
  396. keypad as opposed to numbers typed from the keyboard.  This  can  save
  397. having type "ESC" when you want to specify an argument.
  398.  
  399. :entry "digit-2" "Command"
  400. This pretends you typed "ESC 2".  This is useful  for  terminals  that
  401. have  keypads  that  send  special  sequences for numbers typed on the
  402. keypad as opposed to numbers typed from the keyboard.  This  can  save
  403. having type "ESC" when you want to specify an argument.
  404.  
  405. :entry "digit-3" "Command"
  406. This pretends you typed "ESC 3".  This is useful  for  terminals  that
  407. have  keypads  that  send  special  sequences for numbers typed on the
  408. keypad as opposed to numbers typed from the keyboard.  This  can  save
  409. having type "ESC" when you want to specify an argument.
  410.  
  411. :entry "digit-4" "Command"
  412. This pretends you typed "ESC 4".  This is useful  for  terminals  that
  413. have  keypads  that  send  special  sequences for numbers typed on the
  414. keypad as opposed to numbers typed from the keyboard.  This  can  save
  415. having type "ESC" when you want to specify an argument.
  416.  
  417. :entry "digit-5" "Command"
  418. This pretends you typed "ESC 5".  This is useful  for  terminals  that
  419. have  keypads  that  send  special  sequences for numbers typed on the
  420. keypad as opposed to numbers typed from the keyboard.  This  can  save
  421. having type "ESC" when you want to specify an argument.
  422.  
  423. :entry "digit-6" "Command"
  424. This pretends you typed "ESC 6".  This is useful  for  terminals  that
  425. have  keypads  that  send  special  sequences for numbers typed on the
  426. keypad as opposed to numbers typed from the keyboard.  This  can  save
  427. having type "ESC" when you want to specify an argument.
  428.  
  429. :entry "digit-7" "Command"
  430. This pretends you typed "ESC 7".  This is useful  for  terminals  that
  431. have  keypads  that  send  special  sequences for numbers typed on the
  432. keypad as opposed to numbers typed from the keyboard.  This  can  save
  433. having type "ESC" when you want to specify an argument.
  434.  
  435. :entry "digit-8" "Command"
  436. This pretends you typed "ESC 8".  This is useful  for  terminals  that
  437. have  keypads  that  send  special  sequences for numbers typed on the
  438. keypad as opposed to numbers typed from the keyboard.  This  can  save
  439. having type "ESC" when you want to specify an argument.
  440.  
  441. :entry "digit-9" "Command"
  442. This pretends you typed "ESC 9".  This is useful  for  terminals  that
  443. have  keypads  that  send  special  sequences for numbers typed on the
  444. keypad as opposed to numbers typed from the keyboard.  This  can  save
  445. having type "ESC" when you want to specify an argument.
  446.  
  447. :entry "digit-0" "Command"
  448. This pretends you typed "ESC 0".  This is useful  for  terminals  that
  449. have  keypads  that  send  special  sequences for numbers typed on the
  450. keypad as opposed to numbers typed from the keyboard.  This  can  save
  451. having type "ESC" when you want to specify an argument.
  452.  
  453. :entry "dirs" "Command"
  454. This prints out the directory stack.  See the  "cd",  "pushd",  "popd"
  455. commands for more info.
  456.  
  457. :entry "disable-biff" "Variable"
  458. When this is set, JOVE disables biff when you're editing  and  enables
  459. it  again  when  you  get out of JOVE, or when you pause to the parent
  460. shell or push to a new shell. (This means arrival of new mail will not
  461. be  immediately  apparent but will not cause indiscriminate writing on
  462. the display). The default is "off".
  463.  
  464. :entry "display-bad-filenames" "Variable"
  465. This variable affects only filename completion,  in  particular,  what
  466. happens when "?" is typed while prompting for a file.  When this vari-
  467. able is ON, any files that end with one of the extensions  defined  by
  468. the  variable  "bad-filename-extensions" will be displayed with an "!"
  469. in front of their names.   When  "display-bad-filenames"  is  OFF  the
  470. files will not be displayed at all.  The default value is on.
  471.  
  472. :entry "down-list" "Command"
  473. This is the opposite of "backward-up-list." It's not clear to me  that
  474. this  command  serves any useful purpose in life.  Try it out, and let
  475. me know what you think.
  476.  
  477. :entry "dstop-process" "Command"
  478. Send the "dsusp" character to the current process.  This is the  char-
  479. acter  that  suspends  a  process  on the next read from the terminal.
  480. Most people have it set to C-Y.  This only works if you have  the  in-
  481. teractive  process feature, and if you are in a buffer bound to a pro-
  482. cess.
  483.  
  484. :entry "edit-word-abbrevs" "Command"
  485. This creates a buffer with a list of each abbreviation and the  phrase
  486. it expands into, and enters a recursive edit to let you change the ab-
  487. breviations  or  add  some  more.   The  format  of   this   list   is
  488. "abbreviation:phrase"  so  if you add some more you should follow that
  489. format.  It's probably simplest just to copy some already existing ab-
  490. breviations  and  edit  them.  When you are done you type "C-X C-C" to
  491. exit the recursive edit.
  492.  
  493. :entry "end-kbd-macro" "Command"
  494. This stops the definition of the keyboard macro.  Because of a bug  in
  495. JOVE, this must be bound to "C-X )", or some key sequence which is one
  496. or two characters long.  Anything else will not work properly.
  497.  
  498. :entry "end-of-file" "Command"
  499. This moves point forward to the end of  the  buffer.   This  sometimes
  500. prints  the "Point Pushed" message.  If the end of the buffer isn't on
  501. the screen JOVE will set the mark so you can go back to where you were
  502. if you want.
  503.  
  504. :entry "end-of-line" "Command"
  505. This moves point to the end of the current line.  If the line  is  too
  506. long  to  fit  on  the screen JOVE will scroll the line to the left to
  507. make the end of the line visible.  The line will  slide  back  to  its
  508. normal position when you move backward past the leftmost visible char-
  509. acter or when you move off the line altogether.
  510.  
  511. :entry "end-of-window" "Command"
  512. This moves point to the last character in the window.
  513.  
  514. :entry "eof-process" "Command"
  515. Sends EOF to the current interactive process.  This only works on ver-
  516. sions of JOVE running under versions of UNIX with pty's.
  517.  
  518. :entry "erase-buffer" "Command"
  519. This erases the contents  of  the  specified  buffer.   This  is  like
  520. "delete-buffer"  except it only erases the contents of the buffer, not
  521. the buffer itself.  If you try to erase a buffer that needs saving you
  522. will be asked to confirm it.
  523.  
  524. :entry "error-format-string" "Variable"
  525. This is the error format string that is used by "parse-errors" to find
  526. the  error  messages  in  a buffer.  The way it works is by using this
  527. string as a JOVE regular expression search string, where the \('s  and
  528. \)'s  regular  expression operators are used to pick out the file name
  529. and line number from the line containing an error  message.   For  in-
  530. stance, a typical error message might look like this:
  531.  
  532.         "file.c", line 540: missing semi-colon
  533.  
  534. For strings of this format, an appropriate  value  for  "error-format-
  535. string" would be something like this:
  536.  
  537.         ^"\([^"]*\)", line \([0-9]*\):
  538.  
  539. What this means is, to find an error message, search for a line begin-
  540. ning with a double-quote.  Then it says that all the following charac-
  541. ters up to another double-quote should  be  remembered  as  one  unit,
  542. namely  the filename that the error is in (that's why the first set of
  543. parens are surrounding it).  Then it  says  that  after  the  filename
  544. there  will  be  the string ", line " followed by a line number, which
  545. should be remembered as a single unit (which is why the second set  of
  546. parens is around that).  The only constraints on the error messages is
  547. that the file name and line number appear on the same line,  and  that
  548. the  file name appears before the line number.  Most compilers seem to
  549. do this anyway, so this is not an unreasonable restriction.
  550.  
  551. If you do not know how to use regular expressions then  this  variable
  552. will  be  hard for you to use.  Also note that you can look at the de-
  553. fault value of this variable by printing it out, but it  is  a  really
  554. complicated  string because it is trying to accommodate the outputs of
  555. more than one compiler at a time.
  556.  
  557. :entry "error-window-size" "Variable"
  558. This is the percentage of the screen to use for  the  error-window  on
  559. the  screen.   When you execute "compile-it," "error-window-size" per-
  560. cent of the screen will go to the error window.  If the window already
  561. exists  and  is a different size, it is made to be this size.  The de-
  562. fault value is 20%.
  563.  
  564. :entry "exchange-point-and-mark" "Command"
  565. This moves point to mark and makes mark the old point.   This  is  for
  566. quickly moving from one end of the region to another.
  567.  
  568. :entry "execute-kbd-macro" "Command"
  569. This executes the keyboard macro.  If you supply  a  numeric  argument
  570. the macro is executed that many times.
  571.  
  572. :entry "execute-macro" "Command"
  573. This executes a specified macro.  If you supply a numeric argument the
  574. macro is executed that many times.
  575.  
  576. :entry "execute-named-command" "Command"
  577. This is the way to execute a command that  isn't  bound  to  any  key.
  578. When  you are prompted with ": " you can type the name of the command.
  579. You don't have to type the entire name.  Once the command is unambigu-
  580. ous you can type Space and JOVE will fill in the rest for you.  If you
  581. are not sure of the name of the command, type "?" and JOVE will  print
  582. a  list  of  all the commands that you could possibly match given what
  583. you've already typed.  If you don't have any idea what  the  command's
  584. name  is  but  you know it has something to do with windows (for exam-
  585. ple), you can do "ESC X apropos window" and JOVE will print a list  of
  586. all  the  commands  that are related to windows.  If you find yourself
  587. constantly executing the same commands this way you probably  want  to
  588. bind  them to keys so that you can execute them more quickly.  See the
  589. "bind-to-key" command.
  590.  
  591. :entry "exit-jove" "Command"
  592. This exits JOVE.  If any buffers need saving JOVE will print a warning
  593. message  and  ask  for confirmation.  If you leave without saving your
  594. buffers all your work will be lost.  If you made a mistake and  really
  595. do want to exit then you can.  If you are in a recursive editing level
  596. "exit-jove" will return you from that.
  597.  
  598. :entry "expand-environment-variables" "Command"
  599. When this variable is on JOVE will try to expand any  strings  of  the
  600. form  "$var"  into the value of the environment variable "var" when in
  601. the minibuffer.  For example, if you type $HOME/.joverc, "$HOME"  will
  602. be replaced with you home directory.  The default value is off.
  603.  
  604. :entry "file-creation-mode" "Variable"
  605. This  variable  has  an  octal  value.   It  contains  the  mode  (see
  606. "chmod(1)" ) with which files should be created.  This mode gets modi-
  607. fied by your current umask setting (see  "umask(1)"  ).   The  default
  608. value is usually "0666" or "0644."
  609.  
  610. :entry "files-should-end-with-newline" "Variable"
  611. This variable indicates that all files should always have a newline at
  612. the  end.   This  is  often  necessary for line printers and the like.
  613. When set, if JOVE is writing a file whose last character is not a new-
  614. line, it will add one automatically.
  615.  
  616. :entry "fill-comment" "Command"
  617. This command fills in your C comments to make them  pretty  and  read-
  618. able.  This filling is done according the variable "comment-format."
  619.  
  620.      /*
  621.       * the default format makes comments like this.
  622.       */
  623.  
  624. This can be changed by changing the format variable.  Other  languages
  625. may  be  supported by changing the format variable appropriately.  The
  626. formatter looks backwards from dot for an  open  comment  symbol.   If
  627. found,  all  indentation  is  done  relative the position of the first
  628. character of the open symbol.  If there is a  matching  close  symbol,
  629. the  entire  comment is formatted.  If not, the region between dot and
  630. the open symbol is reformatted.
  631.  
  632. :entry "fill-paragraph" "Command"
  633. This rearranges words between lines so  that  all  the  lines  in  the
  634. current paragraph extend as close to the right margin as possible, en-
  635. suring that none of the lines will be greater than the  right  margin.
  636. The  default  value  for "right-margin" is 78, but can be changed with
  637. the "set" and "right-margin-here" commands.  JOVE  has  a  complicated
  638. algorithm  for determining the beginning and end of the paragraph.  In
  639. the normal case JOVE will give all the lines the same indent  as  they
  640. currently have, but if you wish to force a new indent you can supply a
  641. numeric argument to "fill-paragraph" (e.g., by typing C-U ESC  J)  and
  642. JOVE  will  indent  each  line  to  the column specified by the "left-
  643. margin" variable.  See also  the  "left-margin"  variable  and  "left-
  644. margin-here" command.
  645.  
  646. :entry "fill-region" "Command"
  647. This is like "fill-paragraph," except it operates on a region  instead
  648. of just a paragraph.
  649.  
  650. :entry "filter-region" "Command"
  651. This sends the text in the region to a UNIX command, and replaces  the
  652. region  with  the  output  from that command.  For example, if you are
  653. lazy and don't like to take the time  to  write  properly  indented  C
  654. code, you can put the region around your C file and "filter-region" it
  655. through "cb," the UNIX C beautifier.  If you have a file that contains
  656. a  bunch  of  lines that need to be sorted you can do that from inside
  657. JOVE too, by filtering the region through  the  "sort"  UNIX  command.
  658. Before output from the command replaces the region JOVE stores the old
  659. text in the kill ring, so if you are unhappy with the results you  can
  660. easily get back the old text with "C-Y".
  661.  
  662. :entry "find-file" "Command"
  663. This visits a file into its own buffer and then selects  that  buffer.
  664. If  you've already visited this file in another buffer, that buffer is
  665. selected.  If the file doesn't yet exist, JOVE will print "(New file)"
  666. so that you know.
  667.  
  668. :entry "find-tag" "Command"
  669. This finds the file that contains the specified tag.   JOVE  looks  up
  670. tags  by default in the "tags" file in the current directory.  You can
  671. change the default tag name by  setting  the  "tag-file"  variable  to
  672. another  name.  If you specify a numeric argument to this command, you
  673. will be prompted for a tag file.  This is a good way to specify anoth-
  674. er  tag file without changing the default.  If the tag cannot be found
  675. the error is reported and point stays where it is.
  676.  
  677. :entry "find-tag-at-point" "Command"
  678. This finds the file that contains the tag that point is currently  on.
  679. See "find-tag."
  680.  
  681. :entry "first-non-blank" "Command"
  682. This moves point back to the indent of the current line.
  683.  
  684. :entry "foreground-color" "Variable"
  685. This specifies the foreground color of the screen (PC  version  only).
  686. The  default  is  1,  which  stands for white.  Teh attribute used for
  687. writing to the screen is formed by (bg&7)<<4 & (fg&7).
  688.  
  689. :entry "forward-character" "Command"
  690. This moves forward over a single character.  If point is at the end of
  691. the line it moves to the beginning of the next one.
  692.  
  693. :entry "forward-list" "Command"
  694. This is like "forward-s-expression" except it moves over  lists  ONLY.
  695. What  this does is search for the next "(" and then move to the match-
  696. ing ")".  This is useful for when you are trying  to  find  mismatched
  697. parentheses in a program.
  698.  
  699. :entry "forward-paragraph" "Command"
  700. This moves point forward to the end of the current or next  paragraph.
  701. Paragraphs are bounded by lines that begin with a Period or Tab, or by
  702. blank lines; a change in indentation may also signal a  break  between
  703. paragraphs,  except  that JOVE allows the first line of a paragraph to
  704. be indented differently from the other lines.
  705.  
  706. :entry "forward-s-expression" "Command"
  707. This moves point forward over a s-expression.  If the  first  signifi-
  708. cant  character  after point is "(", this moves past the matching ")".
  709. If the character begins an identifier, this moves just past it.   This
  710. is  mode  dependent,  so  this will move over atoms in LISP mode and C
  711. identifiers in C mode.  JOVE also matches "{".
  712.  
  713. :entry "forward-sentence" "Command"
  714. This moves point forward to the end of the current or  next  sentence.
  715. JOVE  considers the end of a sentence to be the characters ".", "!" or
  716. "?" followed by a Return, or one or more spaces.
  717.  
  718. :entry "forward-word" "Command"
  719. This moves point forward to the end of the current or next word.
  720.  
  721. :entry "fundamental-mode" "Command"
  722. This sets the major mode to Fundamental.  This affects what JOVE  con-
  723. siders  as  characters that make up words.  For instance, Single-quote
  724. is not part of a word in Fundamental mode, but is in Text mode.
  725.  
  726. :entry "gather-numeric-argument" "Command"
  727. This command is one of two ways to specify a  numeric  argument  to  a
  728. command.   It's  usually  bound to C-U.  Typing C-U once means, Do the
  729. next command 4 times.  Typing C-U twice will do the  next  command  16
  730. times, and so on.  If at any point you type a number, then that number
  731. will be used instead of 4.  For instance, C-U 3 5 means  do  the  next
  732. command 35 times.
  733.  
  734. :entry "goto-line" "Command"
  735. If a numeric argument is supplied point moves to the beginning of that
  736. line.  If no argument is supplied one is prompted for.
  737.  
  738. :entry "goto-window-with-buffer" "Command"
  739. This command prompts for a buffer name and then  select  that  buffer.
  740. If the buffer is currently being displayed in one of the windows, that
  741. window is selected instead.
  742.  
  743. :entry "grind-s-expr" "Command"
  744. When point is positioned on a "(", this re-indents that  LISP  expres-
  745. sion.
  746.  
  747. :entry "grow-window" "Command"
  748. This makes the current window one line bigger.  This only  works  when
  749. there is more than one window and provided there is room to change the
  750. size.
  751.  
  752. :entry "handle-tab" "Command"
  753. This handles indenting to the "right" place in C and  Lisp  mode,  and
  754. just inserts itself in Text mode.
  755.  
  756. :entry "i-search-forward" "Command"
  757. Incremental  search.   Like  search-forward  except  that  instead  of
  758. prompting  for  a string and searching for that string all at once, it
  759. accepts the string one character at a time.  After each character  you
  760. type  as  part of the search string, it searches for the entire string
  761. so far.  When you like what it found, type the Return  key  to  finish
  762. the  search.  You can take back a character with Rubout and the search
  763. will back up to the position before that  character  was  typed.   C-G
  764. aborts the search.
  765.  
  766. :entry "i-search-reverse" "Command"
  767. Incremental  search.   Like  search-reverse  except  that  instead  of
  768. prompting  for  a string and searching for that string all at once, it
  769. accepts the string one character at a time.  After each character  you
  770. type  as  part of the search string, it searches for the entire string
  771. so far.  When you like what it found, type the Return  key  to  finish
  772. the  search.  You can take back a character with Rubout and the search
  773. will back up to the position before that  character  was  typed.   C-G
  774. aborts the search.
  775.  
  776. :entry "i-shell-command" "Command"
  777. This is like "shell-command" except it lets  you  continue  with  your
  778. editing  while the command is running.  This is really useful for long
  779. running commands with sporadic output.  See the manual for information
  780. on how to use interactive processes.
  781.  
  782. :entry "insert-file" "Command"
  783. This inserts a specified file into the current buffer at point.  Point
  784. is positioned at the beginning of the inserted file.
  785.  
  786. :entry "internal-tabstop" "Variable"
  787. The number of spaces JOVE should print when it displays a tab  charac-
  788. ter.  The default value is 8.
  789.  
  790. :entry "interrupt-character" "Variable"
  791. This is set to the character that interrupts JOVE (with a  signal)  no
  792. matter  what  JOVE  is  doing.  It's main use is for interrupting non-
  793. interactive processes, but it also has  uses  for  debugging.   Unfor-
  794. tunately there is no way to turn off the interrupt character.
  795.  
  796. :entry "interrupt-process" "Command"
  797. This sends the interrupt character (usually C-C)  to  the  interactive
  798. process in the current buffer.  This is only for versions of JOVE that
  799. have the interactive processes feature.  This only works when you  are
  800. inside a buffer that's attached to a process.
  801.  
  802. :entry "kill-next-word" "Command"
  803. This kills the text from point to the end of the current or next word.
  804.  
  805. :entry "kill-previous-word" "Command"
  806. This kills the text from point to the beginning of the current or pre-
  807. vious word.
  808.  
  809. :entry "kill-process" "Command"
  810. This command prompts for a buffer  name  or  buffer  number  (just  as
  811. select-buffer  does)  and then sends the process in that buffer a kill
  812. signal (9).
  813.  
  814. :entry "kill-region" "Command"
  815. This deletes the text in the region and saves it  on  the  kill  ring.
  816. Commands  that  delete  text but save it on the kill ring all have the
  817. word "kill" in their names.  Type "C-Y" to yank back the  most  recent
  818. kill.
  819.  
  820. :entry "kill-s-expression" "Command"
  821. This kills the text from point to the end of the current  or  next  s-
  822. expression.
  823.  
  824. :entry "kill-some-buffers" "Command"
  825. This goes through all the existing buffers and asks whether or not  to
  826. kill  them.  If you decide to kill a buffer, and it turns out that the
  827. buffer is modified, JOVE will offer to save it first.  This is  useful
  828. for  when JOVE runs out of memory to store lines (this only happens on
  829. PDP-11's) and you have lots of buffers that you are no longer using.
  830.  
  831. :entry "kill-to-beginning-of-sentence" "Command"
  832. This kills from point to the beginning of the current or previous sen-
  833. tence.
  834.  
  835. :entry "kill-to-end-of-line" "Command"
  836. This kills from point to the end of the current line.  When  point  is
  837. at the end of the line the line separator is deleted and the next line
  838. is joined with current one.  If a numeric argument  is  supplied  that
  839. many  lines  are  killed;  if the argument is negative that many lines
  840. "before" point are killed; if the argument is zero the text from point
  841. to the beginning of the line is killed.
  842.  
  843. :entry "kill-to-end-of-sentence" "Command"
  844. This kills from point to the end of the current or next sentence.   If
  845. a negative numeric argument is supplied it kills from point to the be-
  846. ginning of the current or previous sentence.
  847.  
  848. :entry "left-margin" "Variable"
  849. This is how far lines should be indented when auto-indent mode is  on,
  850. or  when  the  "newline-and-indent"  command is run (usually by typing
  851. LineFeed).  It is also used by fill-paragraph and auto-fill mode.   If
  852. the  value  is  zero  (the default) then the left margin is determined
  853. from the surrounding lines.
  854.  
  855. :entry "left-margin-here" "Command"
  856. This sets the "left-margin" variable to the current position of point.
  857. This is an easy way to say, "Make the left margin begin here," without
  858. having to count the number of spaces over it actually is.
  859.  
  860. :entry "lisp-mode" "Command"
  861. This turns on Lisp mode.  Lisp mode is one of four mutually  exclusive
  862. major  modes: Fundamental, Text, C, and Lisp.  In Lisp mode, the char-
  863. acters Tab and ) are treated specially, similar to the  way  they  are
  864. treated  in  C  mode.  Also, Auto Indent mode is affected, and handled
  865. specially.
  866.  
  867. :entry "list-buffers" "Command"
  868. This types out  a  list  containing  various  information  about  each
  869. buffer.  Right now that list looks like this:
  870.  
  871.       (* means the buffer needs saving)
  872.       NO  Lines Type        Name           File
  873.       --  ----- ----        ----           ----
  874.       1   1     File        Main           [No file]
  875.       2   1     Scratch   * Minibuf        [No file]
  876.       3   519   File      * commands.doc   commands.doc
  877.  
  878. The first column lists the buffer's number.  When JOVE prompts  for  a
  879. buffer  name  you  can either type in the full name, or you can simply
  880. type the buffer's number.  The second column is the number of lines in
  881. the  buffer.   The  third  says  what  type of buffer.  There are four
  882. types: "File", "Scratch", "Process", "I-Process".  "File" is simply  a
  883. buffer  that  holds  a  file;  "Scratch" is for buffers that JOVE uses
  884. internally; "Process" is one that holds the output from  a  UNIX  com-
  885. mand;  "I-Process"  is one that has an interactive process attached to
  886. it.  The next column contains the name of the buffer.   And  the  last
  887. column is the name of the file that's attached to the buffer.  In this
  888. case, both Minibuf and commands.doc have  been  changed  but  not  yet
  889. saved.   In  fact  Minibuf  won't be saved since it's an internal JOVE
  890. buffer that I don't even care about.
  891.  
  892. :entry "list-processes" "Command"
  893. This makes a list somewhat like "list-buffers" does, except  its  list
  894. consists  of  the  current  interactive processes.  Right now the list
  895. looks like this:
  896.  
  897.       Buffer           Status           Pid    Command
  898.       ------           ------           ---    -------
  899.       *shell*          Running          18415shell
  900.       fgrep            Done             18512   fgrep -n Buffer *.c
  901.  
  902. The first column has the name of the buffer to which  the  process  is
  903. attached.   The second has the status of the process; if a process has
  904. exited normally the status is "Done" as in fgrep; if the process exit-
  905. ed  with  an  error the status is "Exit N" where N is the value of the
  906. exit code; if the process was killed by some signal the status is  the
  907. name  of  the  signal that was used; otherwise the process is running.
  908. The last column is the name of the command that is being run.
  909.  
  910. :entry "mail-check-frequency" "Variable"
  911. This is how often (in seconds) JOVE should check your mailbox for  in-
  912. coming mail.  See also the "mailbox" and "disable-biff" variables.
  913.  
  914. :entry "mailbox" "Variable"
  915. Set this to the full pathname of your mailbox.  JOVE will look here to
  916. decide  whether  or  not  you  have any unread mail.  This defaults to
  917. /usr/spool/mail/$USER, where $USER is set to your login name.
  918.  
  919. :entry "make-backup-files" "Variable"
  920. If this variable is set, then whenever JOVE writes out a file, it will
  921. move  the  previous  version  of  the  file  (if  there  was  one)  to
  922. "#filename".  This is often convenient if you save a file by accident.
  923. The  default  value of this variable is "off".  "Note:" this is an op-
  924. tional part of JOVE, and your guru may not have it enabled, so it  may
  925. not work.
  926.  
  927. :entry "make-buffer-unmodified" "Command"
  928. This makes JOVE think the selected buffer hasn't been changed even  if
  929. it  has.   Use  this when you accidentally change the buffer but don't
  930. want it considered changed.  Watch the mode line to see the  *  disap-
  931. pear when you use this command.
  932.  
  933. :entry "make-macro-interactive" "Command"
  934. This command is meaningful only while you are defining a keyboard mac-
  935. ro,  and  when you in the minibuffer.  Ordinarily, when a command in a
  936. macro definition requires a trailing text argument (file name,  search
  937. string,  etc.),  the argument you supply becomes part of the macro de-
  938. finition.  If you want to be able to supply a different argument  each
  939. time  the  macro  is  used, then while you are defining it, you should
  940. give the make-macro-interactive command just before typing  the  argu-
  941. ment which will be used during the definition process.  Note: you must
  942. bind this command to a key in order to use it; you can't  say  "ESC  X
  943. make-macro-interactive".
  944.  
  945. :entry "mark-threshold" "Variable"
  946. This variable contains the number of lines point may  move  by  before
  947. the  mark  is  set.  If, in a search or something, point moves by more
  948. than this many lines, the mark is set so that you may  return  easily.
  949. The  default value of this variable is 22 (one screenful, on most ter-
  950. minals).
  951.  
  952. :entry "marks-should-float" "Variable"
  953. When this variable is "off", the position of a mark is remembered as a
  954. line  number within the buffer and a character number within the line.
  955. If you add or delete text before the mark, it will no longer point  to
  956. the  text  you marked originally because that text is no longer at the
  957. same line and character number.  When this variable is "on", the posi-
  958. tion  of a mark is adjusted to compensate for each insertion and dele-
  959. tion.  This makes marks much more sensible to  use,  at  the  cost  of
  960. slowing  down  insertion  and deletion somewhat.  The default value is
  961. "on".
  962.  
  963. :entry "match-regular-expressions" "Variable"
  964. When set, JOVE will match  regular  expressions  in  search  patterns.
  965. This  makes  special the characters ., *, [, ], ^, and $, and the two-
  966. character sequences \<, \>, \{, \} and \|.   See  the  "ed(1)"  manual
  967. page,  the  tutorial "Advanced Editing in UNIX", and the section above
  968. "Searching with Regular Expressions" for more information.
  969.  
  970. :entry "meta-key" "Variable"
  971. You should set this variable to "on" if your terminal has a real  Meta
  972. key.   If your terminal has such a key, then a key sequence like ESC Y
  973. can be entered by holding down Meta and typing Y.   NOTE:   This  dis-
  974. ables interrupting noninteractive shell commands.
  975.  
  976. :entry "mode-line" "Variable"
  977. The format of the mode line can be determined by  setting  this  vari-
  978. able.   The  items in the line are specified using a printf(3) format,
  979. with the special things being marked as  "%x".   Digits  may  be  used
  980. between the 'x' may be:
  981.  
  982.           C    check for new mail, and displays "[New mail]" if there
  983.                is any (see also the mail-check-interval and disable-biff
  984.                variables)
  985.           F    the current file name, with leading path stripped
  986.           M    the current list of major and minor modes
  987.           b    the current buffer name
  988.           c    the fill character (-)
  989.           d    the current directory
  990.           e    end of string--this must be the last item in the string
  991.           f    the current file name
  992.           l    the current load average (updated automatically)
  993.           mxy  x, when the buffer is modified or y, when not
  994.           n    the current buffer number
  995.           s    space, but only if previous character is not a space
  996.           t    the current time (updated automatically)
  997.           [ ]  the square brackets printed when in a recursive edit
  998.           ( )  items enclosed in %( ... %) will only be printed on
  999.                the bottom mode line, rather than copied when the
  1000.                window is split
  1001.  
  1002. In addition, any other character is simply copied into the mode  line.
  1003. Characters  may  be  escaped  with a backslash.  To get a feel for all
  1004. this, try typing "ESC X print mode-line" and compare the  result  with
  1005. your current mode line.
  1006.  
  1007. :entry "mode-line-color" "Variable"
  1008. This specifies the color of the modeline (PC version only).   Its  de-
  1009. fault  value  is 0, and in that case it is drawn in reverse video.  If
  1010. it has any other value, this value is used as  the  attribute  in  the
  1011. Bios calls.
  1012.  
  1013. :entry "mode-line-should-standout" "Variable"
  1014. If set, the mode line will be printed in reverse video, if your termi-
  1015. nal supports it.  The default for this variable is "off".
  1016.  
  1017. :entry "name-kbd-macro" "Command"
  1018. This copies the keyboard macro and gives it a name freeing up the key-
  1019. board  macro  so you can define some more.  Keyboard macros with their
  1020. own names can be bound to keys just like built in commands  can.   See
  1021. the "define-macro," "source" and "write-macros-to-file" commands.
  1022.  
  1023. :entry "newline" "Command"
  1024. This divides the current line at point moving  all  the  text  to  the
  1025. right  of point down onto the newly created line.  Point moves down to
  1026. the beginning of the new line.
  1027.  
  1028. :entry "newline-and-backup" "Command"
  1029. This divides the current line at point moving  all  the  text  to  the
  1030. right  of  point  down  onto  the  newly created line.  The difference
  1031. between this and "newline" is that point does not move down to the be-
  1032. ginning of the new line.
  1033.  
  1034. :entry "newline-and-indent" "Command"
  1035. This behaves the same was as Return does when  in  Auto  Indent  mode.
  1036. This  makes  Auto  Indent  mode obsolete but it remains in the name of
  1037. backward compatibility.
  1038.  
  1039. :entry "next-error" "Command"
  1040. This moves to the next error in the list of errors  that  were  parsed
  1041. with  "parse-errors."  In  one window the list of errors is shown with
  1042. the current one always at the top.  In another window is the file that
  1043. contains  the  error.   Point is positioned in this window on the line
  1044. where the error occurred.
  1045.  
  1046. :entry "next-line" "Command"
  1047. This moves down to the next line.
  1048.  
  1049. :entry "next-page" "Command"
  1050. This displays the next page of the buffer by taking the bottom line of
  1051. the  window  and  redrawing  the  window with it at the top.  If there
  1052. isn't another page in the buffer JOVE rings the bell.   If  a  numeric
  1053. argument is supplied the screen is scrolled up that many lines; if the
  1054. argument is negative the screen is scrolled down.
  1055.  
  1056. :entry "next-window" "Command"
  1057. This moves into the next window.  Windows live in a circular  list  so
  1058. when  you're  in the bottom window and you try to move to the next one
  1059. you are moved to the top window.  It is an error to use  this  command
  1060. with only one window.
  1061.  
  1062. :entry "number-lines-in-window" "Command"
  1063. This displays the line numbers for  each  line  in  the  buffer  being
  1064. displayed.   The  number  isn't  actually  part of the text; it's just
  1065. printed before the actual buffer line is.  To turn this  off  you  run
  1066. the command again; it toggles.
  1067.  
  1068. :entry "over-write-mode" "Command"
  1069. This turns Over Write mode on (or off if it's  currently  on)  in  the
  1070. selected  buffer.   When  on,  this  mode  changes  the  way the self-
  1071. inserting characters work.  Instead of inserting themselves and  push-
  1072. ing the rest of the line over to the right, they replace or over-write
  1073. the existing character.  Also, Rubout replaces  the  character  before
  1074. point with a space instead of deleting it.  When Over Write mode is on
  1075. "OvrWt" is displayed on the mode line.
  1076.  
  1077. :entry "page-next-window" "Command"
  1078. This displays the next page in the next window.  This is  exactly  the
  1079. same as "C-X N C-V C-X P".
  1080.  
  1081. :entry "paren-flash" "Command"
  1082. This handles the C mode curly brace indentation, the Lisp  mode  paren
  1083. indentation,  and the Show Match mode paren/curly brace/square bracket
  1084. flashing.
  1085.  
  1086. :entry "paren-flash-delay" "Variable"
  1087. How long, in tenths of  seconds,  JOVE  should  pause  on  a  matching
  1088. parenthesis in "Show" mode.  The default is 5.
  1089.  
  1090. :entry "parse-errors" "Command"
  1091. This takes the list of C compilation errors (or  output  from  another
  1092. program  in the same format) in the current buffer and parses them for
  1093. use with the "next-error"  and  "previous-error"  and  "current-error"
  1094. commands.   This is a very useful tool and helps with compiling C pro-
  1095. grams and when used in conjunction with the "grep" UNIX  command  very
  1096. helpful  in  making  changes to a bunch of files.  This command under-
  1097. stands errors produced by cc, cpp, and lint; plus  any  other  program
  1098. with  the  same  format (e.g., "grep -n").  JOVE visits each file that
  1099. has an error and remembers each  line  that  contains  an  error.   It
  1100. doesn't matter if later you insert or delete some lines in the buffers
  1101. containing  errors;  JOVE  remembers  where   they   are   regardless.
  1102. "current-error"  is automatically executed after one of the parse com-
  1103. mands, so you end up at the  first  error.   See  also  "error-format-
  1104. string" to make it possible to parse errors of a different format.
  1105.  
  1106. :entry "parse-spelling-errors-in-buffer" "Command"
  1107. This parses a list of words in the current buffer and looks them up in
  1108. another buffer that you specify.  This will probably go away soon.
  1109.  
  1110. :entry "pause-jove" "Command"
  1111. This stops JOVE and returns control to the parent  shell.   This  only
  1112. works  for  users  using the C-shell, and on systems that have the job
  1113. control facility.  To return to JOVE you type "fg" to the C-shell.
  1114.  
  1115. :entry "physical-tabstop" "Variable"
  1116. How many spaces your terminal prints when it prints a tab character.
  1117.  
  1118. :entry "pop-mark" "Command"
  1119. This gets executed when you run "set-mark" with  a  numeric  argument.
  1120. JOVE  remembers the last 8 marks and you use "pop-mark" to go backward
  1121. through the ring of marks.  If you execute "pop-mark" enough times you
  1122. will eventually get back to where you started.
  1123.  
  1124. :entry "popd" "Command"
  1125. This pops one entry off the directory stack.  Entries are pushed  with
  1126. the  "pushd"  command.  The names were stolen from the C-shell and the
  1127. behavior is the same.
  1128.  
  1129. :entry "previous-error" "Command"
  1130. This is the same as "next-error" except it goes to the previous error.
  1131. See "next-error" for documentation.
  1132.  
  1133. :entry "previous-line" "Command"
  1134. This moves up to the previous line.
  1135.  
  1136. :entry "previous-page" "Command"
  1137. This displays the previous page of the current buffer  by  taking  the
  1138. top line and redrawing the window with it at the bottom.  If a numeric
  1139. argument is supplied the screen is scrolled down that many  lines;  if
  1140. the argument is negative the screen is scrolled up.
  1141.  
  1142. :entry "previous-window" "Command"
  1143. This moves into the next window.  Windows live in a circular  list  so
  1144. when  you're in the top window and you try to move to the previous one
  1145. you are moved to the bottom window.  It is an error to use  this  com-
  1146. mand with only one window.
  1147.  
  1148. :entry "print" "Command"
  1149. This prints the value of a JOVE variable.
  1150.  
  1151. :entry "process-bind-to-key" "Command"
  1152. This command is identical to bind-to-key, except that it only  affects
  1153. your  bindings  when  you are in a buffer attached to a process.  When
  1154. you enter the process buffer, any keys bound with  this  command  will
  1155. automatically take their new values.  When you switch to a non-process
  1156. buffer, the old bindings for those keys will be restored.   For  exam-
  1157. ple, you might want to execute
  1158.  
  1159.      process-bind-to-key stop-process ^Z
  1160.      process-bind-to-key interrupt-process ^C
  1161.  
  1162. Then, when you start up an interactive process and  switch  into  that
  1163. buffer,  C-Z will execute stop-process and C-C will execute interrupt-
  1164. process.  When you switch back to a non-process buffer,  C-Z  will  go
  1165. back to executing scroll-up (or whatever you have it bound to).
  1166.  
  1167. :entry "process-newline" "Command"
  1168. This this only gets executed when in a buffer that is attached  to  an
  1169. interactive-process.   JOVE  does  two  different  things depending on
  1170. where you are when you hit Return.  When you're at the end of  the  I-
  1171. Process  buffer  this  does  what Return normally does, except it also
  1172. makes the line available to the process.  When point is positioned  at
  1173. some other position that line is copied to the end of the buffer (with
  1174. the prompt stripped) and point is moved there with it, so you can then
  1175. edit  that line before sending it to the process.  This command "must"
  1176. be bound to the key you usually use to enter shell commands  (Return),
  1177. or else you won't be able to enter any.
  1178.  
  1179. :entry "process-prompt" "Variable"
  1180. What a prompt looks like from the shell and i-shell-command processes.
  1181. The  default  is "% ", the default C-shell prompt.  This is actually a
  1182. regular expression search string.  So you can set it to be  more  than
  1183. one thing at once using the \| operator.  For instance, for LISP hack-
  1184. ers, the prompt can be
  1185.  
  1186.      "% \|-> \|<[0-9]>: ".
  1187.  
  1188.  
  1189. :entry "process-send-data-no-return" "Command"
  1190. This is like "process-newline" except it sends everything to the  pro-
  1191. cess without the newline.  Normally, when you type return in a process
  1192. buffer it sends everything you typed including the Return.  This  com-
  1193. mand just provides a way to send data to the process without having to
  1194. send a newline as well.
  1195.  
  1196. :entry "push-shell" "Command"
  1197. This spawns a child shell and relinquishes control to it.  This  works
  1198. on any version of UNIX, but this isn't as good as "pause-jove" because
  1199. it takes time to start up the new shell and you get a  brand  new  en-
  1200. vironment every time.  To return to JOVE you type "C-D".
  1201.  
  1202. :entry "pushd" "Command"
  1203. This pushes a directory onto the directory stack and cd's into it.  It
  1204. asks  for  the directory name but if you don't specify one it switches
  1205. the top two entries no the stack.  It purposely behaves  the  same  as
  1206. C-shell's "pushd."
  1207.  
  1208. :entry "pwd" "Command"
  1209. This prints the working directory.
  1210.  
  1211. :entry "query-replace-string" "Command"
  1212. This replaces the occurrences of a specified string with  a  specified
  1213. replacement  string.  When an occurrence is found point is moved to it
  1214. and then JOVE asks what to do.  The options are:
  1215.  
  1216.      Space    to replace this occurrence and go on to the next one.
  1217.      Period   to replace this occurrence and then stop.
  1218.      Rubout   to skip this occurrence and go on to the next one.
  1219.      C-R      to enter a recursive edit.  This lets you temporarily
  1220.               suspend the replace, do some editing, and then return
  1221.               to continue where you left off.  To continue with the
  1222.               Query Replace type "C-X C-C" as if you were trying to
  1223.               exit JOVE.  Normally you would but when you are in a
  1224.               recursive edit all it does is exit that recursive
  1225.               editing level.
  1226.      C-W      to delete the matched string and then enter a recursive
  1227.               edit.
  1228.      U        to undo the last replacement.
  1229.      P or !   to go ahead and replace the remaining occurrences without
  1230.               asking.
  1231.      Return   to stop the Query Replace.
  1232.  
  1233. The search for occurrences starts at point and goes to the end of  the
  1234. buffer,  so  to  replace in the entire buffer you must first go to the
  1235. beginning.
  1236.  
  1237. :entry "quit-process" "Command"
  1238. This is the same as typing "C-\" (the Quit character) to a normal UNIX
  1239. process,  except  it sends it to the current process in JOVE.  This is
  1240. only for versions of JOVE that have the interactive processes feature.
  1241. This only works when you are inside a buffer that's attached to a pro-
  1242. cess.
  1243.  
  1244. :entry "quoted-insert" "Command"
  1245. This lets you insert characters that normally  would  be  executed  as
  1246. other JOVE commands.  For example, to insert "C-F" you type "C-Q C-F".
  1247.  
  1248. :entry "read-word-abbrev-file" "Command"
  1249. This reads a specified file that contains a bunch of abbreviation  de-
  1250. finitions,  and  makes those abbreviations available.  If the selected
  1251. buffer is not already in Word Abbrev mode this command puts it in that
  1252. mode.
  1253.  
  1254. :entry "recursive-edit" "Command"
  1255. This enters a recursive editing level.  This isn't really very useful.
  1256. I  don't  know why it's available for public use.  I think I'll delete
  1257. it some day.
  1258.  
  1259. :entry "redraw-display" "Command"
  1260. This centers the line containing point in the window.  If that line is
  1261. already  in  the  middle the window is first cleared and then redrawn.
  1262. If a numeric argument is supplied, the  line  is  positioned  at  that
  1263. offset from the top of the window.  For example, "ESC 0 C-L" positions
  1264. the line containing point at the top of the window.
  1265.  
  1266. :entry "rename-buffer" "Command"
  1267. This lets you rename the current buffer.
  1268.  
  1269. :entry "replace-in-region" "Command"
  1270. This is the same as "replace-string" except that it is  restricted  to
  1271. occurrences between Point and Mark.
  1272.  
  1273. :entry "replace-string" "Command"
  1274. This replaces all occurrences of a specified string with  a  specified
  1275. replacement  string.   This is just like "query-replace-string" except
  1276. it replaces without asking.
  1277.  
  1278. :entry "right-margin" "Variable"
  1279. Where the right margin is for  "Auto  Fill"  mode  and  the  "justify-
  1280. paragraph" and "justify-region" commands.  The default is 78.
  1281.  
  1282. :entry "right-margin-here" "Command"
  1283. This sets the "right-margin"  variable  to  the  current  position  of
  1284. point.   This  is  an  easy  way  to say, "Make the right margin begin
  1285. here," without having to count the number of spaces over  it  actually
  1286. is.
  1287.  
  1288. :entry "save-file" "Command"
  1289. This saves the current buffer to the associated file.  This makes your
  1290. changes  permanent  so  you should be sure you really want to.  If the
  1291. buffer has not been modified "save-file" refuses to do the  save.   If
  1292. you  really do want to write the file you can use "C-X C-W" which exe-
  1293. cutes "write-file."
  1294.  
  1295. :entry "scroll-all-lines" "Variable"
  1296. When this is turned on, the entire window will  be  scrolled  left  or
  1297. right  when the current line scrolls.  The default value is OFF, which
  1298. will cause JOVE to behave in the familiar way, namely to  scroll  only
  1299. the current line.
  1300.  
  1301. :entry "scroll-down" "Command"
  1302. This scrolls the screen one line down.  If the line  containing  point
  1303. moves past the bottom of the window point is moved up to the center of
  1304. the window.  If a numeric argument is supplied  that  many  lines  are
  1305. scrolled;  if  the  argument is negative the screen is scrolled up in-
  1306. stead.
  1307.  
  1308. :entry "scroll-left" "Command"
  1309. This scrolls the text in the current window 10 character positions  to
  1310. the  left.   If  a  numeric  argument  is  specified  then the text is
  1311. scrolled  that  number  of  character  positions.   If  the   variable
  1312. "scroll-all-lines" is ON then "scroll-left" may actually do nothing if
  1313. the scrolling would cause Point not to be visible.
  1314.  
  1315. :entry "scroll-next-page" "Command"
  1316. This continuously scrolls up screen-full lines (PC version only).
  1317.  
  1318. :entry "scroll-previous-page" "Command"
  1319. This continuesly scrolls down screen-full lines (PC version only).
  1320.  
  1321. :entry "scroll-right" "Command"
  1322. This scrolls the text in the current window 10 character positions  to
  1323. the  right.   If  a  numeric  argument  is  specified then the text is
  1324. scrolled  that  number  of  character  positions.   If  the   variable
  1325. "scroll-all-lines"  is  ON then "scroll-right" may actually do nothing
  1326. if the scrolling would cause Point not to be visible.
  1327.  
  1328. :entry "scroll-step" "Variable"
  1329. How many lines should be scrolled if  the  "previous-line"  or  "next-
  1330. line"  commands move you off the top or bottom of the screen.  You may
  1331. wish to decrease this variable if you are on a slow terminal.  The de-
  1332. fault  value  is 0, which means to center the current line in the win-
  1333. dow.  If the value is negative, the behavior  is  slightly  different.
  1334. If  you  move off the top of the window, and "scroll-step" is, say, -5
  1335. then the new line will be displayed 5 lines from  the  bottom  of  the
  1336. window.   If  you move off the bottom of the window, the new line will
  1337. be positioned 5 lines from the top of the window.
  1338.  
  1339. :entry "scroll-up" "Command"
  1340. This scrolls the screen one line up.  If  the  line  containing  point
  1341. moves  past the top of the window point is moved down to the center of
  1342. the window.  If a numeric argument is supplied  that  many  lines  are
  1343. scrolled;  if the argument is negative the screen is scrolled down in-
  1344. stead.
  1345.  
  1346. :entry "search-exit-char" "Variable"
  1347. Set this to the character you want to use to exit incremental  search.
  1348. The  default  is  Newline, which makes i-search compatible with normal
  1349. string search.
  1350.  
  1351. :entry "search-forward" "Command"
  1352. This searches forward for a  specified  search  string  and  positions
  1353. point  at  the  end of the string if it's found.  If the string is not
  1354. found point remains unchanged.  This searches from point to the end of
  1355. the buffer, so any matches before point will be missed.
  1356.  
  1357. :entry "search-forward-nd" "Command"
  1358. This is just like "search-forward" except that it doesn't assume a de-
  1359. fault  search  string,  and  it doesn't set the default search string.
  1360. This is useful for defining macros, when you want to search for  some-
  1361. thing,  but  you  don't  want  it to affect the current default search
  1362. string.
  1363.  
  1364. :entry "search-reverse" "Command"
  1365. This searches backward for a specified  search  string  and  positions
  1366. point  at the beginning if the string if it's found.  If the string is
  1367. not found point remains unchanged.  This searches from  point  to  the
  1368. beginning of the buffer, so any matches after point will be missed.
  1369.  
  1370. :entry "search-reverse-nd" "Command"
  1371. This is just like "search-reverse" except that it doesn't assume a de-
  1372. fault  search  string,  and  it doesn't set the default search string.
  1373. This is useful for defining macros, when you want to search for  some-
  1374. thing,  but  you  don't  want  it to affect the current default search
  1375. string.
  1376.  
  1377. :entry "select-buffer" "Command"
  1378. This selects a new or already existing buffer making  it  the  current
  1379. one.   You  can type either the buffer name or number.  If you type in
  1380. the name you need only type the name until it is unambiguous, at which
  1381. point typing Escape or Space will complete it for you.  If you want to
  1382. create a new buffer you can type Return instead of Space,  and  a  new
  1383. empty buffer will be created.
  1384.  
  1385. :entry "select-buffer-1" "Command"
  1386. This selects buffer number 1, if it exists (PC version only).
  1387.  
  1388. :entry "select-buffer-2" "Command"
  1389. This selects buffer number 2, if it exists (PC version only).
  1390.  
  1391. :entry "select-buffer-3" "Command"
  1392. This selects buffer number 3, if it exists (PC version only).
  1393.  
  1394. :entry "select-buffer-4" "Command"
  1395. This selects buffer number 4, if it exists (PC version only).
  1396.  
  1397. :entry "select-buffer-5" "Command"
  1398. This selects buffer number 5, if it exists (PC version only).
  1399.  
  1400. :entry "select-buffer-6" "Command"
  1401. This selects buffer number 6, if it exists (PC version only).
  1402.  
  1403. :entry "select-buffer-7" "Command"
  1404. This selects buffer number 7, if it exists (PC version only).
  1405.  
  1406. :entry "select-buffer-8" "Command"
  1407. This selects buffer number 8, if it exists (PC version only).
  1408.  
  1409. :entry "select-buffer-9" "Command"
  1410. This selects buffer number 9, if it exists (PC version only).
  1411.  
  1412. :entry "self-insert" "Command"
  1413. This inserts the character that invoked it into the buffer  at  point.
  1414. Initially  all  but  a  few  of  the  printing characters are bound to
  1415. "self-insert."
  1416.  
  1417. :entry "send-typeout-to-buffer" "Variable"
  1418. When this is set JOVE will send output that  normally  overwrites  the
  1419. screen  (temporarily) to a buffer instead.  This affects commands like
  1420. "list-buffers," "list-processes," and commands  that  use  completion.
  1421. The default value is "off".
  1422.  
  1423. :entry "set" "Command"
  1424. This gives a specified variable a new value.  Occasionally you'll  see
  1425. lines  like  "set  this variable to that value to do this".  Well, you
  1426. use the "set" command to do that.
  1427.  
  1428. :entry "set-mark" "Command"
  1429. This sets the mark at the current position in the buffer.   It  prints
  1430. the  message "Point pushed" on the message line.  It says that instead
  1431. of "Mark set" because when you set the mark the previous mark is still
  1432. remembered  on  a  ring of 16 marks.  So "Point pushed" means point is
  1433. pushed onto the ring of marks and becomes the value of "the mark".  To
  1434. go  through the ring of marks you type "C-U C-@", or execute the "pop-
  1435. mark" command.  If you type this enough times you  will  get  back  to
  1436. where you started.
  1437.  
  1438. :entry "shell" "Variable"
  1439. The shell to be used with all the shell  commands  command.   If  your
  1440. SHELL environment variable is set, it is used as the value of "shell;"
  1441. otherwise "/bin/csh" is the default.
  1442.  
  1443. :entry "shell" "Command"
  1444. This starts up an interactive shell in a window.  JOVE uses  "*shell*"
  1445. as  the  name of the buffer in which the interacting takes place.  See
  1446. the manual for information on how to use interactive processes.
  1447.  
  1448. :entry "shell-command" "Command"
  1449. This runs a UNIX command and places the output from that command in  a
  1450. buffer.   JOVE  creates  a buffer that matches the name of the command
  1451. you specify and then attaches that buffer to a window.  So,  when  you
  1452. have only one window running this command will cause JOVE to split the
  1453. window and attach the new buffer  to  that  window.   Otherwise,  JOVE
  1454. finds  the  most convenient of the available windows and uses that one
  1455. instead.  If the buffer already exists it  is  first  emptied,  except
  1456. that  if it's holding a file, not some output from a previous command,
  1457. JOVE prints an error message and refuses to execute the  command.   If
  1458. you  really  want to execute the command you should delete that buffer
  1459. (saving it first, if you like) or use  "shell-command-to-buffer,"  and
  1460. try again.
  1461.  
  1462. :entry "shell-command-no-buffer" "Command"
  1463. This is just like "shell-command" except  it  just  runs  the  command
  1464. without  saving  the output to any buffer.  It will report the success
  1465. of the command in the usual way.
  1466.  
  1467. :entry "shell-command-to-buffer" "Command"
  1468. This is just like "shell-command"  except  it  lets  you  specify  the
  1469. buffer to use instead of JOVE.
  1470.  
  1471. :entry "shell-command-with-typeout" "Command"
  1472. This is just like "shell-command" except that instead  of  saving  the
  1473. output to a buffer, and displaying it in a window, this just types out
  1474. the output in the same way that "list-buffers"  does.   Actually,  how
  1475. this  behaves  depends  on the value of the variable "send-typeout-to-
  1476. buffer." If it is on then shell-command-with-typeout will behave  just
  1477. like "shell-command."
  1478.  
  1479. :entry "shell-flags" "Variable"
  1480. This defines the flags that are passed to shell commands.  The default
  1481. is "-c".  See the "shell" variable to change the default shell.
  1482.  
  1483. :entry "show-match-mode" "Command"
  1484. This turns on Show Match mode (or off if it's  currently  on)  in  the
  1485. selected buffer.  This changes "}" and ")" so that when they are typed
  1486. the are inserted as usual, and then the cursor  flashes  back  to  the
  1487. matching  "{"  or  "("  (depending on what was typed) for about half a
  1488. second, and then goes back to just after the "}" or ")"  that  invoked
  1489. the  command.  This is useful for typing in complicated expressions in
  1490. a program.  You can change how long the cursor sits  on  the  matching
  1491. paren  by  setting  the  "paren-flash-delay"  variable  in tenths of a
  1492. second.  If the matching "{" or "(" isn't visible nothing happens.
  1493.  
  1494. :entry "shrink-window" "Command"
  1495. This makes the current window one line shorter, if possible.   Windows
  1496. must  be at least 2 lines high, one for the text and the other for the
  1497. mode line.
  1498.  
  1499. :entry "source" "Command"
  1500. This reads a bunch of JOVE commands from a file.  The  format  of  the
  1501. file  is the same as that in your initialization file (your ".joverc")
  1502. in your main directory.  There should be one command per line  and  it
  1503. should  be  as  though  you typed "ESC X" while in JOVE.  For example,
  1504. here's part of my initialization file:
  1505.  
  1506.      bind-to-key i-search-reverse ^R
  1507.      bind-to-key i-search-forward ^S
  1508.      bind-to-key pause-jove ^[S
  1509.  
  1510. What they do is make "C-R" call  the  "i-search-reverse"  command  and
  1511. "C-S" call "i-search-forward" and "ESC S" call "pause-jove."
  1512.  
  1513. :entry "spell-buffer" "Command"
  1514. This runs the current buffer through  the  UNIX  "spell"  program  and
  1515. places the output in buffer "Spell".  Then JOVE lets you edit the list
  1516. of words, expecting you to delete the ones that you don't care  about,
  1517. i.e.,  the  ones  you  know  are  spelled correctly.  Then the "parse-
  1518. spelling-errors-in-buffer" command  comes  along  and  finds  all  the
  1519. misspelled words and sets things up so the error commands work.
  1520.  
  1521. :entry "split-current-window" "Command"
  1522. This splits the current window into two  equal  parts  (providing  the
  1523. resulting  windows  would  be  big  enough)  and displays the selected
  1524. buffer in both windows.  Use "C-X 1" to go back to 1 window mode.   If
  1525. a numeric argument is supplied, the window is split "evenly" that many
  1526. times (when possible).
  1527.  
  1528. :entry "start-remembering" "Command"
  1529. This is just another name for the "begin-kbd-macro" name.  It  is  in-
  1530. cluded for backward compatibility.
  1531.  
  1532. :entry "stop-remembering" "Command"
  1533. This is just another name for the "end-kbd-macro" command.  It is  in-
  1534. cluded for backward compatibility.
  1535.  
  1536. :entry "stop-process" "Command"
  1537. This sends a stop signal (C-Z, for most people) to  the  current  pro-
  1538. cess.   It only works if you have the interactive process feature, and
  1539. you are in a buffer attached to a process.
  1540.  
  1541. :entry "string-length" "Command"
  1542. This prints the number of characters in the string that point sits in.
  1543. Strings  are  surrounded  by double quotes.  JOVE knows that "\007" is
  1544. considered a single character, namely "C-G", and also knows about oth-
  1545. er common ones, like "\r" (Return) and "\n" (LineFeed).  This is most-
  1546. ly useful only for C programmers.
  1547.  
  1548. :entry "suspend-jove" "Command"
  1549. This is a synonym for "pause-jove."
  1550.  
  1551. :entry "sync-frequency" "Variable"
  1552. The temporary files used by JOVE are forced out to disk  every  "sync-
  1553. frequency"  modifications.  The default is 50, which really makes good
  1554. sense.  Unless your system is very unstable,  you  probably  shouldn't
  1555. fool with this.
  1556.  
  1557. :entry "tag-file" "Variable"
  1558. This the name of the file in which JOVE should  look  up  tag  defini-
  1559. tions.  The default value is "./tags".
  1560.  
  1561. :entry "text-mode" "Command"
  1562. This sets the major mode to Text.  Currently the other modes are  Fun-
  1563. damental, C and Lisp mode.
  1564.  
  1565. :entry "tmp-file-pathname" "Variable"
  1566. This tells JOVE where to put the tmp files, which is where JOVE stores
  1567. buffers  internally.   The default is usually in /tmp, but if you want
  1568. to store them somewhere else, you can set this variable.  If your sys-
  1569. tem  crashes  a  lot  it  might be a good idea to set this variable to
  1570. somewhere other than /tmp because the system removes all the files  in
  1571. /tmp  upon  reboot,  and  so  you  would not be able to recover editor
  1572. buffers using the "jove -r" command.
  1573.  
  1574. NOTE: In order for this to work correctly you must set  this  variable
  1575. BEFORE  JOVE  creates  the tmp file.  You can set this in your .joverc
  1576. (the closer to tbe beginning the better), or as soon as you  start  up
  1577. JOVE before you visit any files.
  1578.  
  1579. :entry "transpose-characters" "Command"
  1580. This switches the character before point with the one after point, and
  1581. then  moves  forward  one.   This doesn't work at the beginning of the
  1582. line, and at the end of the line it switches the two characters before
  1583. point.   Since  point is moved forward, so that the character that was
  1584. before point is still before point, you can use "C-T" to drag a  char-
  1585. acter  down the length of a line.  This command pretty quickly becomes
  1586. very useful.
  1587.  
  1588. :entry "transpose-lines" "Command"
  1589. This switches the current line with the one above it, and  then  moves
  1590. down  one  so that the line that was above point is still above point.
  1591. This, like "transpose-characters," can be used to drag a line  down  a
  1592. page.
  1593.  
  1594. :entry "unbind-key" "Command"
  1595. Use this to unbind "any" key sequence.  You can  use  this  to  unbind
  1596. even  a  prefix command, since this command does not use "key-map com-
  1597. pletion".  For example, "ESC X unbind-key ESC [" unbinds the  sequence
  1598. "ESC  [".   This  is  useful  for  "turning  off" something set in the
  1599. system-wide ".joverc" file.
  1600.  
  1601. :entry "update-time-frequency" "Variable"
  1602. How often the mode line is updated (and thus the time and  load  aver-
  1603. age, if you display them).  The default is 30 seconds.
  1604.  
  1605. :entry "use-i/d-char" "Variable"
  1606. If your terminal has insert/delete character capability you  can  tell
  1607. JOVE not to use it by setting this to "off".  In my opinion it is only
  1608. worth using insert/delete character at low baud  rates.   WARNING:  if
  1609. you  set  this  to  "on" when your terminal doesn't have insert/delete
  1610. character capability, you will get weird (perhaps fatal) results.
  1611.  
  1612. :entry "version" "Command"
  1613. Displays the version number of this JOVE.
  1614.  
  1615. :entry "visible-bell" "Variable"
  1616. Use the terminal's visible bell instead of beeping.  This is  set  au-
  1617. tomatically if your terminal has the capability.
  1618.  
  1619. :entry "visible-spaces-in-window" "Command"
  1620. This displays an underscore character instead of  each  space  in  the
  1621. window  and displays a greater-than followed by spaces for each tab in
  1622. the window.  The actual text in the buffer is not  changed;  only  the
  1623. screen  display  is  affected.   To  turn this off you run the command
  1624. again; it toggles.
  1625.  
  1626. :entry "visit-file" "Command"
  1627. This reads a specified file into the current buffer replacing the  old
  1628. text.   If the buffer needs saving JOVE will offer to save it for you.
  1629. Sometimes you use this to start over, say if you make lots of  changes
  1630. and  then change your mind.  If that's the case you don't want JOVE to
  1631. save your buffer and you answer "NO" to the question.
  1632.  
  1633. :entry "window-find" "Command"
  1634. This lets you select another buffer in another window three  different
  1635. ways.   This  waits for another character which can be one of the fol-
  1636. lowing:
  1637.  
  1638.      T    Finds a tag in the other window.
  1639.      F    Finds a file in the other window.
  1640.      B    Selects a buffer in the other window.
  1641.  
  1642. This is just a convenient short hand for "C-X 2" (or "C-X O" if  there
  1643. are  already two windows) followed by the appropriate sequence for in-
  1644. voking each command.  With this, though, there isn't the  extra  over-
  1645. head  of  having  to redisplay.  In addition, you don't have to decide
  1646. whether to type "C-X 2" or "C-X O" since "C-X 4" does the right thing.
  1647.  
  1648. :entry "word-abbrev-mode" "Command"
  1649. This turns on Word Abbrev mode (or off if it's currently  on)  in  the
  1650. selected  buffer.  Word Abbrev mode lets you specify a word (an abbre-
  1651. viation) and a phrase with which JOVE should substitute the  abbrevia-
  1652. tion.   You  can use this to define words to expand into long phrases,
  1653. e.g., "jove" can expand into "Jonathan's Own Version of Emacs"; anoth-
  1654. er  common  use  is defining words that you often misspell in the same
  1655. way, e.g., "thier" => "their" or "teh" => "the".  See the  information
  1656. on the "auto-case-abbrev" variable.
  1657.  
  1658. There are two kinds of abbreviations: mode specific  and  global.   If
  1659. you define a Mode specific abbreviation in C mode, it will expand only
  1660. in buffers that are in C mode.  This is so you can have the  same  ab-
  1661. breviation expand to different things depending on your context.  Glo-
  1662. bal abbreviations expand regardless of the major mode of  the  buffer.
  1663. The way it works is this: JOVE looks first in the mode specific table,
  1664. and then in the global table.  Whichever it finds it in first  is  the
  1665. one  that's  used in the expansion.  If it doesn't find the word it is
  1666. left untouched. JOVE tries to expand words as they are typed, when you
  1667. type  a  punctuation character or Space or Return.  If you are in Auto
  1668. Fill mode the expansion will be filled as if you typed it yourself.
  1669.  
  1670. :entry "wrap-search" "Variable"
  1671. If set, searches will "wrap around" the ends of the buffer instead  of
  1672. stopping at the bottom or top.  The default is "off".
  1673.  
  1674. :entry "write-file" "Command"
  1675. This saves the current buffer to a specified file, and then makes that
  1676. file  the  default  file  name for this buffer.  If you specify a file
  1677. that already exists you are asked to confirm over-writing it.
  1678.  
  1679. :entry "write-files-on-make" "Variable"
  1680. When set, all modified files will be written out before  calling  make
  1681. when the "compile-it" command is executed.  The default is "on".
  1682.  
  1683. :entry "write-macros-to-file" "Command"
  1684. This writes the currently defined macros to a specified file in a for-
  1685. mat  appropriate  for  reading them back in with the "source" command.
  1686. The purpose of this command is to allow you to define macros once  and
  1687. use them in other instances of JOVE.
  1688.  
  1689. :entry "write-modified-files" "Command"
  1690. This saves all the buffers that need saving.  If you supply a  numeric
  1691. argument it asks for each buffer whether you really want to save it.
  1692.  
  1693. :entry "write-region" "Command"
  1694. This writes the text in the region to a specified file.  If  the  file
  1695. already exists you are asked to confirm over-writing it.
  1696.  
  1697. :entry "write-word-abbrev-file" "Command"
  1698. This writes the currently defined abbreviations to a  specified  file.
  1699. They  can  be  read back in and automatically defined with "read-word-
  1700. abbrev-file."
  1701.  
  1702. :entry "yank" "Command"
  1703. This undoes the last kill command.  That is,  it  inserts  the  killed
  1704. text  at point.  When you do multiple kill commands in a row, they are
  1705. merged so that yanking them back with "C-Y" yanks back all of them.
  1706.  
  1707. :entry "yank-pop" "Command"
  1708. This yanks back previous killed text.  JOVE has a kill ring  on  which
  1709. the  last 10 kills are stored.  "yank" yanks a copy of the text at the
  1710. front of the ring.  If you want one of the last ten kills you use "ESC
  1711. Y"  which  rotates  the  ring so another different entry is now at the
  1712. front.  You can use "ESC Y" only  immediately  following  a  "C-Y"  or
  1713. another  "ESC  Y".  If you supply a negative numeric argument the ring
  1714. is rotated the other way.  If you use this command enough times  in  a
  1715. row  you  will  eventually  get back to where you started.  Experiment
  1716. with this.  It's extremely useful.
  1717.